home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Quiz.dxr / 00002_go to the frame e muoviti.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  1.0 KB  |  36 lines

  1. on exitFrame
  2.   go(the frame)
  3.   if (the lastClick > (45 * 60)) and (the lastClick < (47 * 60)) then
  4.     suono = "uno"
  5.     puppetSound(1, suono)
  6.   end if
  7.   if (the lastClick > (90 * 60)) and (the lastClick < (91 * 60)) then
  8.     suono = "due"
  9.     puppetSound(1, suono)
  10.   end if
  11.   if (the lastClick > (135 * 60)) and (the lastClick < (136 * 60)) then
  12.     suono = "tre"
  13.     puppetSound(1, suono)
  14.   end if
  15.   if (the lastClick > (180 * 60)) and (the lastClick < (181 * 60)) then
  16.     suono = "quattro"
  17.     puppetSound(1, suono)
  18.   end if
  19.   if (the lastClick > (225 * 60)) and (the lastClick < (226 * 60)) then
  20.     suono = "cinque"
  21.     puppetSound(1, suono)
  22.   end if
  23.   if (the lastClick > (270 * 60)) and (the lastClick < (271 * 60)) then
  24.     suono = "sei"
  25.     puppetSound(1, suono)
  26.   end if
  27.   if (the lastClick > (315 * 60)) and (the lastClick < (316 * 60)) then
  28.     suono = "sette"
  29.     puppetSound(1, suono)
  30.   end if
  31.   if (the lastClick > (360 * 60)) and (the lastClick < (361 * 60)) then
  32.     suono = "otto"
  33.     puppetSound(1, suono)
  34.   end if
  35. end
  36.